diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 07:09:24 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 07:09:24 +0100 |
commit | d79faa9e1b36e99dcf8925fc3271f32950f00309 (patch) | |
tree | 959c4892bba99e23e6fa3893474201b9a2e6e768 /setup.sh | |
parent | 0b76d36b1b94d631616f165073b3284b277a74c6 (diff) |
checkpoint
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..f7855a7 --- /dev/null +++ b/setup.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -ex + +git config --local include.path ../.gitconfig |