diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-17 18:20:11 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-17 18:20:11 +0200 |
| commit | fde8ea13c0b0bbda827782ba9ffb326f821d0f85 (patch) | |
| tree | 019b981acabfea437c30588943426d54199a34cf /common/home/scripts | |
| parent | 706903fe1fe4fd3e1ddeaa416b4c1ff3f65d2643 (diff) | |
add custom scripts dir
Diffstat (limited to 'common/home/scripts')
| -rw-r--r-- | common/home/scripts/openproject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/home/scripts/openproject b/common/home/scripts/openproject new file mode 100644 index 0000000..4881921 --- /dev/null +++ b/common/home/scripts/openproject @@ -0,0 +1,3 @@ +#!/bin/sh + +echo Hello, World |