diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-30 09:41:35 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-30 09:41:35 -0500 |
| commit | 8772ad497772adc163957cdbf815f2d08f2eac68 (patch) | |
| tree | 6b906311b09628b0402a65fcbb9dceea66982b1f /sysroot.sh | |
| parent | 75649f69c5269204d911abccdb3b01135165cf93 (diff) | |
chore: new ReadMe, better repository hygiene.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'sysroot.sh')
| -rw-r--r-- | sysroot.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysroot.sh b/sysroot.sh new file mode 100644 index 0000000..e6df12b --- /dev/null +++ b/sysroot.sh @@ -0,0 +1,4 @@ +#! /bin/sh + +echo "SysRoot => None have been made." +exit 0 |
