mirror of
https://github.com/notohh/rustlings.git
synced 2025-02-16 13:45:04 -05:00
commit
efd6b8b9c7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
echo "Let's get you set up with Rustlings!"
|
echo -e "\nLet's get you set up with Rustlings!"
|
||||||
|
|
||||||
echo "Checking requirements..."
|
echo "Checking requirements..."
|
||||||
if [ -x "$(command -v git)" ]
|
if [ -x "$(command -v git)" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue