diff options
Diffstat (limited to 'local/bin')
-rwxr-xr-x | local/bin/wake-desktop | 2 | ||||
-rwxr-xr-x | local/bin/wake-error | 2 | ||||
-rwxr-xr-x | local/bin/wake-ridcully | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/local/bin/wake-desktop b/local/bin/wake-desktop deleted file mode 100755 index 18c8762..0000000 --- a/local/bin/wake-desktop +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec ssh turris.adamkovi etherwake -i br-lan 70:85:c2:4a:59:f2 diff --git a/local/bin/wake-error b/local/bin/wake-error new file mode 100755 index 0000000..80f6965 --- /dev/null +++ b/local/bin/wake-error @@ -0,0 +1,2 @@ +#!/bin/sh +exec ssh omnia.spt etherwake -i br-lan a8:a1:59:10:32:c4 diff --git a/local/bin/wake-ridcully b/local/bin/wake-ridcully new file mode 100755 index 0000000..a29ad64 --- /dev/null +++ b/local/bin/wake-ridcully @@ -0,0 +1,2 @@ +#!/bin/sh +exec ssh omnia.adm etherwake -i br-lan 70:85:c2:4a:59:f2 |