Skip to content
Snippets Groups Projects
start.sh 155 B
Newer Older
#!/bin/bash -eux

Pierre Ozoux's avatar
Pierre Ozoux committed
applications=( static wordpress known )

for application in "${applications[@]}"
do
Pierre Ozoux's avatar
Pierre Ozoux committed
  /data/indiehosters/tests/test.sh $application