summaryrefslogtreecommitdiff
path: root/wls
diff options
context:
space:
mode:
authorTslil Clingman <tslil.clingman@gmail.com>2015-12-16 23:52:39 -0500
committerTslil Clingman <tslil.clingman@gmail.com>2015-12-16 23:52:39 -0500
commit9ada1cffc8a3aff64c9cfe2ec42ad4b3c02bc9cd (patch)
treea150e80ea05be6f2410fb1fee700670a8187de85 /wls
parent42ee791b2f58cc8fa78b73d058ecba0f0b091798 (diff)
runas sends arguments on
- lock now uses ssh-agent because who knows how to get gpg-agent working properly anymore - there was an extra line being printed in the wls prompt - alsa now has a binary called bat. yay.
Diffstat (limited to 'wls')
-rwxr-xr-xwls2
1 files changed, 1 insertions, 1 deletions
diff --git a/wls b/wls
index c6229b4..62cf55a 100755
--- a/wls
+++ b/wls
@@ -36,7 +36,7 @@ if [ ! -f "$dird/$ssid" ]; then
echo Creating new network profile, enter passphrase:
read pass
wpa_passphrase $ssid "$pass" > $dird/$ssid
- echo "Edit file (y/[n])? "
+ echo -n "Edit file (y/[n])? "
read edit
if [ "$edit" == "y" ]; then
$EDITOR $dird/$ssid