diff options
Diffstat (limited to 'bashs/shell scrips/keyboardlayoutswitcher.sh')
| -rwxr-xr-x | bashs/shell scrips/keyboardlayoutswitcher.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashs/shell scrips/keyboardlayoutswitcher.sh b/bashs/shell scrips/keyboardlayoutswitcher.sh index ff3101c..838b013 100755 --- a/bashs/shell scrips/keyboardlayoutswitcher.sh +++ b/bashs/shell scrips/keyboardlayoutswitcher.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/bin/bash numberofparameter=$# # Gets the number of parameter passed currentlayout=$(setxkbmap -query | grep layout | awk '{print $2}') # Gets the current layout |
