diff options
Diffstat (limited to 'dirsu')
-rwxr-xr-x | dirsu | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,10 +0,0 @@ -#!/bin/bash -set -e -if [[ -z $1 ]]; then - target="$PWD" -else - target="$1" -fi -user="$(stat -c %U "$target")" -cd "$target" -exec su "$user" -c "cd $PWD; exec bash" |