Skip to content

Commit

Permalink
Add Reboot.bat/reboot.sh
Browse files Browse the repository at this point in the history
- batch files to trigger a reboot
  • Loading branch information
RainbowMiner committed Feb 4, 2021
1 parent d8f4f15 commit 0d10342
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Reboot.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off
cd /d %~dp0
break>"reboot.txt"
5 changes: 5 additions & 0 deletions reboot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

cd "$(dirname "$0")"

echo "adios" > reboot.txt

0 comments on commit 0d10342

Please sign in to comment.