Skip to content

Commit fb3da76

Browse files
committed
update from bloopbloop
1 parent 77029b9 commit fb3da76

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ push:
1515

1616
push_slow:
1717
./git_checkout_master_push_all_submodules.sh
18+
19+
list:
20+
./git_list_submodules_recursive.sh

git_list_submodules_recursive.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
ROOT_DIR=$(pwd)
3+
git submodule foreach --quiet --recursive 'echo "$(realpath --relative-to="'$ROOT_DIR'" "$(pwd)")"'

my-gym

Submodule my-gym updated from 8e44891 to 4bc4c1a

0 commit comments

Comments
 (0)