summaryrefslogtreecommitdiff
path: root/gen_base64key.sh
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-02-28 08:15:17 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-02-28 08:15:17 -0500
commit186125d7512bd4dd095cd7b60bc648eb603c2290 (patch)
tree6392b7d9cfd4aedea093b98152d83b8d7a01afec /gen_base64key.sh
parentfef48aa78c305db6b5be81bff5facacba0a76f5f (diff)
downloadscripts-186125d7512bd4dd095cd7b60bc648eb603c2290.tar.xz
scripts-186125d7512bd4dd095cd7b60bc648eb603c2290.zip
moved all i3-related scripts into i3 or i3blocks config
Diffstat (limited to 'gen_base64key.sh')
-rwxr-xr-xgen_base64key.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/gen_base64key.sh b/gen_base64key.sh
deleted file mode 100755
index fd4eab5..0000000
--- a/gen_base64key.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-#$key=$(dd status=none if=/dev/urandom bs=512 count=4)
-# base64 -w 0
-#echo "$key" | xclip -o
-dd status=none if=/dev/urandom bs=512 count=4 | base64 -w 0 | xclip -i
-echo Copied.