diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-06 20:45:18 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-06 20:45:18 +0530 |
commit | b23942399870baeae376c6c9c59defd99c0e9d53 (patch) | |
tree | e8587011933263d81b2bb01e1bb60925e253b8d0 /scripts/run.sh | |
parent | 91c9685c00eb1273fdfb32db7fd63adafcbeb25a (diff) |
move to scripts/
Diffstat (limited to 'scripts/run.sh')
-rwxr-xr-x | scripts/run.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/run.sh b/scripts/run.sh new file mode 100755 index 0000000..e700759 --- /dev/null +++ b/scripts/run.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +if [ -z "$1" ]; then + echo "Usage: $0 [directory]" + exit +fi + +user=compromyse + +docker run -it --rm -v "$(pwd)/$1:/home/$user/src" -v "$HOME/.ssh:/home/$user/.ssh" lineage |