diff options
Diffstat (limited to 'polybar/plat.sh')
| -rwxr-xr-x | polybar/plat.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/polybar/plat.sh b/polybar/plat.sh new file mode 100755 index 0000000..b8797f6 --- /dev/null +++ b/polybar/plat.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +PLAT=$(uname) +SCRIPT_DIR=$(dirname "$(readlink -f "$0")") + +"${SCRIPT_DIR}/${PLAT}-${1}.sh" |