Skip to content

Commit

Permalink
Create osssetup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibri authored Aug 30, 2023
1 parent ca43ce9 commit 1dd8b1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osssetup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
docker pull opensuse/tumbleweed
docker run -t -i --volume .:/t opensuse/tumbleweed /t/ossbuild.sh
docker rm $(docker ps -aq)

0 comments on commit 1dd8b1b

Please sign in to comment.