stop before play
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
# V0.1
|
||||
|
||||
|
||||
### DEFINITIONS
|
||||
|
||||
MY_PATH="$(pwd)"
|
||||
. $MY_PATH/bin/_inc/def_text_coloring.sh
|
||||
|
||||
|
||||
### PRORGAM
|
||||
|
||||
echo
|
||||
echo "${BGre}Stop playing ...${RCol}"
|
||||
echo
|
||||
Reference in New Issue
Block a user