mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
5 lines
100 B
Bash
Executable file
5 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Deprecated. Use the docsbuilder.sh script instead"
|
|
sleep 2
|
|
./docsbuilder.sh -p
|