5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Deprecated. Use the docsbuilder.sh script instead"
|
|
sleep 2
|
|
./docsbuilder.sh -b
|