Sha256: 3da952bd6b18abf804973d118090b7cf76423b3a1dfd3ce6e2858e279f12a1e5

Contents?: true

Size: 112 Bytes

Versions: 28

Compression:

Stored size: 112 Bytes

Contents

#!/bin/bash
source /etc/profile

/sbin/reboot
ps aux | grep sshd | grep -v grep | awk '{print $2}' | xargs kill

Version data entries

28 entries across 14 versions & 1 rubygems

Version Path
veewee-0.4.1 templates/gentoo-latest-amd64/reboot.sh
veewee-0.4.1 templates/gentoo-latest-i686/reboot.sh
veewee-0.4.0 templates/gentoo-latest-i686/reboot.sh
veewee-0.4.0 templates/gentoo-latest-amd64/reboot.sh
veewee-0.3.12 templates/gentoo-latest-i686/reboot.sh
veewee-0.3.12 templates/gentoo-latest-amd64/reboot.sh
veewee-0.3.11 templates/gentoo-latest-amd64/reboot.sh
veewee-0.3.11 templates/gentoo-latest-i686/reboot.sh