mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
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
|