This website requires JavaScript.
Explore
Help
Sign In
sorb
/
ThreadNet-Web
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
4
Wiki
Activity
Files
5e1517eb4d93351a8497eb7401b648d348dedc07
ThreadNet-Web
/
riot
/
stop.sh
T
6 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
dont assume current directory in scripts
2018-07-18 18:04:31 +02:00
BASE_DIR
=
$(
realpath
$(
dirname
$0
))
no need for push/popd in sub-shell
2018-07-27 14:10:19 +02:00
cd
$BASE_DIR
add script to install, start and stop riot
2018-07-18 17:52:51 +02:00
PIDFILE
=
riot.pid
kill
$(
cat
$PIDFILE
)
dont assume current directory in scripts
2018-07-18 18:04:31 +02:00
rm
$PIDFILE
Reference in New Issue
Copy Permalink