summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-05 19:04:29 +0100
committerache <ache@ache.one>2019-02-05 19:04:29 +0100
commit8bdee8263c18a831b5a3f09bfad853359e37170a (patch)
treec16b205f6895b57e141895817505afaa4e67a62a /functions
parentRuby path (diff)
Cleanup
Diffstat (limited to 'functions')
-rw-r--r--functions/sec.fish8
1 files changed, 0 insertions, 8 deletions
diff --git a/functions/sec.fish b/functions/sec.fish
deleted file mode 100644
index abf5edc..0000000
--- a/functions/sec.fish
+++ /dev/null
@@ -1,8 +0,0 @@
-function sec
- set t (lsof -c ssh -i :8886 -a -Fp | grep "^p" | head -n 1 | cut -c 2-)
- if [ -n "$t" -a "$t" != "
-" ]
- kill $t
- end
- ssh achessh@37.59.109.240 -p 21 -D 8886 -fN
-end