7 lines
160 B
Bash
Executable file
7 lines
160 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo "==========================="
|
|
echo " get d2"
|
|
echo "==========================="
|
|
curl -fsSL https://d2lang.com/install.sh | sh -s --
|
|
|