Răsfoiți Sursa

remove legacy game launching commands and fix some others

Casey DeLorme 1 săptămână în urmă
părinte
comite
d5576dd853

+ 2 - 2
install/usr/local/bin/ea

@@ -1,7 +1,7 @@
 #!/bin/bash
 # a command line utility intended to simplify bulk decompression
 # by automating a pool sized by the processor of parallel operations
-# each of which creates a folder, decompresses, and if successful
+# each of which creates a directory, decompresses, and if successful
 # removes the compressed file, finally checking each directory and
 # pulling out single items to avoid redundant parent directories.
 
@@ -36,7 +36,7 @@ extract_locally() {
 	# cleanup
 	rm "$1"
 
-	# @todo: fix redundant parent folders
+	# fix redundant parent directories
 	if [ $(find "$name" -mindepth 1 -maxdepth 1 | wc -l) -eq 1 ]; then
 		mv "$name" "${name}.tmp"
 		mv "${name}.tmp"/* .

+ 0 - 3
install/usr/local/bin/ffxiv

@@ -1,3 +0,0 @@
-#!/bin/bash -ex
-lutris lutris:rungame/final-fantasy-xiv-online
-

+ 4 - 1
install/usr/local/bin/otp

@@ -1,8 +1,11 @@
 #!/bin/bash
+
+# @todo: read users ~/.config/totp/totp.sh and forward $1 for specifying service to get totp
 if [ -z "TOTP" ]; then
 	echo "please export TOTP with your authentication code"
 	exit 1
 fi
 OTP=$(oathtool --base32 --totp "$TOTP")
-echo "$OTP" | xsel -ib
+echo "$OTP" | wl-copy
 echo "$OTP"
+

+ 0 - 3
install/usr/local/bin/pob

@@ -1,3 +0,0 @@
-#!/bin/bash
-lutris lutris:rungame/path-of-building
-

+ 0 - 3
install/usr/local/bin/poe

@@ -1,3 +0,0 @@
-#!/bin/bash
-steam steam://run/238960
-