diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-22 20:09:13 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-22 20:09:13 +0200 |
| commit | 65c411dcb3fd33122cbc314ca5b2a94542bc1e87 (patch) | |
| tree | c329b4eeaf67f08ddc8030e0cc9eefb4a57801ae /.gitmodules | |
| parent | c40f79737a4ce6ae0cd8bd6ea7f302217333e486 (diff) | |
| download | coreutils-65c411dcb3fd33122cbc314ca5b2a94542bc1e87.tar.gz coreutils-65c411dcb3fd33122cbc314ca5b2a94542bc1e87.tar.bz2 coreutils-65c411dcb3fd33122cbc314ca5b2a94542bc1e87.zip | |
Added shuf with trand
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e5ead97 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "trand"] + path = trand + url = https://github.com/SaltyMilk/trand |
