From: Dmitry Shalnoff Date: Thu, 9 Jul 2020 10:54:29 +0000 (+0200) Subject: version added X-Git-Url: https://git.shalnoff.com/BABOOSHKA.TV/commitdiff_plain/5587f8d493eb499ab8b7c4b5888dbd0cb731e88d?ds=sidebyside version added --- diff --git a/playlist.sh b/playlist.sh index b7c5643..fae8ba2 100755 --- a/playlist.sh +++ b/playlist.sh @@ -2,7 +2,7 @@ if [ $# -lt 1 ]; then - echo "IM Playlist Player. Created for BABOOSHKA.TV™ project (https://babooshka.tv)" + echo "IM Playlist Player (ver. 0.1.1). Created for BABOOSHKA.TV™ project (https://babooshka.tv)" echo "Copyright © 2020 Dmitry Shalnov [interplaymedium.org]" echo "Licensed under the Apache License, Version 2.0" diff --git a/playmovie.sh b/playmovie.sh index b879614..66a3f68 100755 --- a/playmovie.sh +++ b/playmovie.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ $# -lt 1 ]; then - echo "IM Media Player. Created for Interplaymedium™ project (https://interplaymedium.org)" + echo "IM Media Player (ver. 0.1.5). Created for Interplaymedium™ project (https://interplaymedium.org)" echo "Copyright © 2013 Dmitry Shalnov [interplaymedium.org]" echo "Licensed under the Apache License, Version 2.0" diff --git a/reboot.sh b/reboot.sh deleted file mode 100755 index 9ba1ebe..0000000 --- a/reboot.sh +++ /dev/null @@ -1 +0,0 @@ -sudo systemctl reboot \ No newline at end of file