diff options
author | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-09-22 01:09:56 -0500 |
---|---|---|
committer | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-09-22 01:09:56 -0500 |
commit | 309250ca8f1ce7b6fe25706774eb3fbbd7919a0b (patch) | |
tree | b593c54c02aa27ec6bfa84af98b22636bae59ed5 /scripts/more | |
parent | f1e5ad1b43d25c08f3df1cd6cb3b16d2af575458 (diff) | |
download | segfault_home-309250ca8f1ce7b6fe25706774eb3fbbd7919a0b.tar.gz segfault_home-309250ca8f1ce7b6fe25706774eb3fbbd7919a0b.zip |
updated scripts to use %~ for homedir instead of hardcoded /home/segfault
Diffstat (limited to 'scripts/more')
-rw-r--r-- | scripts/more | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/more b/scripts/more index 0859ee2..e974887 100644 --- a/scripts/more +++ b/scripts/more @@ -1,2 +1,2 @@ -!changetail /home/segfault/files/cmd_out %f -!tailunlock /home/segfault/files/cmd_out +!changetail %~/files/cmd_out %f +!tailunlock %~/files/cmd_out |