diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-11-10 15:28:11 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-11-10 15:28:11 +0100 |
| commit | c7cc8bfc22fa34f44e3db61f136bf75ae4dd6aa5 (patch) | |
| tree | 89a18089eb1d4d936bf51702079c197e4159cb72 | |
| parent | 69e5b65c5f7ed956a5223085a654e23e79080c48 (diff) | |
checkpoint
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ +#!/bin/sh CurrentDir="$(readlink -f ".")" ScriptDir="$(dirname "$(readlink -f "$0")")" cd "$ScriptDir" -Dir="$CurrentDir/linuxhmh" +Dir="$CurrentDir/${ScriptDir##*/}" rm -rf "$Dir" mkdir "$Dir" |
