Permissions and shebangs

This commit is contained in:
2021-12-14 14:55:08 +01:00
parent 8d2bdbe9d8
commit 4d801cf06b
3 changed files with 3 additions and 2 deletions
Regular → Executable
+2 -2
View File
@@ -1,3 +1,3 @@
!#/bin/bash
#!/bin/sh
cd glad
python3 -m glad --profile core --out-path . --generator c --spec gl
python3 -m glad --profile core --out-path . --generator c --spec gl
+1
View File
@@ -1 +1,2 @@
#!/bin/sh
sudo apt install libopenal-dev libvorbis-dev libflac-dev xorg-dev
Regular → Executable
View File