mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-13 07:42:14 +00:00
8 lines
72 B
Bash
Executable File
8 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
case "$1" in
|
|
start)
|
|
qrscan.sh >/dev/null 2>&1 &
|
|
;;
|
|
esac
|