mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-03 23:30:48 +00:00
moved scripts to /usr/bin/local due to symlink errors
This commit is contained in:
parent
6e914f6626
commit
e5d369de30
8 changed files with 6 additions and 77 deletions
0
usr/local/bin/hotspot
Normal file → Executable file
0
usr/local/bin/hotspot
Normal file → Executable file
0
usr/local/bin/onion
Normal file → Executable file
0
usr/local/bin/onion
Normal file → Executable file
0
usr/local/bin/pikey
Normal file → Executable file
0
usr/local/bin/pikey
Normal file → Executable file
7
usr/local/bin/pivilion
Normal file → Executable file
7
usr/local/bin/pivilion
Normal file → Executable file
|
|
@ -1,7 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
pause(){
|
||||
read -n1 -rsp $'\nPress any key to continue or Ctrl+C to exit...\n\n'
|
||||
}
|
||||
|
||||
sudo chown pi:pi /home/pi/pivilion/scripts/*
|
||||
sudo chmod u+x /home/pi/pivilion/scripts/*
|
||||
|
||||
echo -e "\nWelcome to pivilion!"
|
||||
|
||||
let upSeconds="$(/usr/bin/cut -d. -f1 /proc/uptime)"
|
||||
|
|
@ -30,4 +35,4 @@ echo -e "The following is a usage scenario."
|
|||
pause
|
||||
echo "I'm to lazy to write that ATM. =P"
|
||||
pause
|
||||
exit 0
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue