diff options
| author | 2019-03-24 21:11:43 +0530 | |
|---|---|---|
| committer | 2019-03-24 21:11:43 +0530 | |
| commit | b6c66a78c01384ea1cc255c5c16db4a436136109 (patch) | |
| tree | 946603ede73213bc45a498387910cb517b27256c /user-scripts/kdeconnect | |
| parent | 1bd42c40c6778263ff35ece3592bfc2c140fcd7a (diff) | |
| download | nnn-b6c66a78c01384ea1cc255c5c16db4a436136109.tar.gz | |
Use POSIX compliant sh scripts if possible
Diffstat (limited to 'user-scripts/kdeconnect')
| -rwxr-xr-x | user-scripts/kdeconnect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user-scripts/kdeconnect b/user-scripts/kdeconnect index ac247f4..db28e7a 100755 --- a/user-scripts/kdeconnect +++ b/user-scripts/kdeconnect @@ -2,7 +2,7 @@ # Description: Send the selected files to your Android device using kdeconnect-cli. You must have installed and configured kdeconnect both on the Android device and on the PC. # -# Shell: Bash +# Shell: bash # Author: juacq97 id=$(kdeconnect-cli -a --id-only | awk '{print $1}') |