This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
94a32dc282
packer-cn
/
provisioner
/
shell-local
/
test-fixtures
/
script.sh
6 lines
84 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
[
! -f file.txt
]
]
;
then
echo
'hello'
> file.txt
exit
1
fi
Reference in New Issue
View Git Blame
Copy Permalink