Skip to content

Commit

Permalink
cleanup and fix to kill
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 20, 2017
1 parent 1bf909a commit ebf9c1b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions tinfoil
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function kill-process() {
local kk=${lastofsession[(w)1]}
func "kill:: $kk"
kill $kk
[[ $? = 0 ]] && act "killed $lastofsession"
[[ $? = 0 ]] && act "killed ${p[(w)3]} ${p[(w)4]}"
done

return 0
Expand Down Expand Up @@ -613,20 +613,4 @@ EOF
esac



# # support symlinks to script with tinfoil-profilename
# if [[ $0 =~ tinfoil- ]]; then
# profile=$(basename $0)
# profile=${profile[(ws:-:)2]}
# fi

# browser_opts=($*)





## TODO: tor profile to detect tor on local or remote


# }}}

0 comments on commit ebf9c1b

Please sign in to comment.