6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo DO INDEX.sh;
|
|
git status;
|
|
JUST_ADD=true bash /opt/index.sh || true;
|