diff options
| author | jstmax! <87650746+jstmaxlol@users.noreply.github.com> | 2024-12-11 22:27:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-11 22:27:42 +0100 |
| commit | 6d69f11deef29c69e2fd6be6b8722c8890bbc6aa (patch) | |
| tree | b2c3c00bb59e0267f32749ff25642ec7fcfbc7dd /jmPIUS.sh | |
| parent | 2bef078af0ef903f48df6131ecf9db2c2c8ff1a7 (diff) | |
> fix mkdir not mkdir-ing
Diffstat (limited to 'jmPIUS.sh')
| -rw-r--r-- | jmPIUS.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ # create working directory - -sudo mkdir ~/.jmtemp +sudo mkdir ~/.jmtemp/ export jmtemp='~/.jmtemp' ## move to working dir |