8 lines
105 B
Bash
Executable file
8 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
if [ -e foobar ]; then
|
|
rm -rf foobar
|
|
fi
|
|
|
|
go run cmd/zona/main.go test
|
|
|
|
bat foobar/img.html
|