forked from p96170835/amis
4 lines
37 B
Bash
4 lines
37 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
echo "Do nothing"
|