Add #! to some commands

This commit is contained in:
Austen Adler 2016-07-18 19:57:48 -04:00
parent 05fc7a7e14
commit f40f8d99bb
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
mkdir ~/ffmpeg_sources
cd ~/ffmpeg_sources
wget -O fdk-aac.zip https://github.com/mstorsjo/fdk-aac/zipball/master

View File

@ -1,3 +1,3 @@
#!/bin/zsh
#!/bin/sh
sudo sh -c "echo \"kernel.yama.ptrace_scope = 0\" > /etc/sysctl.d/10-ptrace.conf"
sudo sysctl -p /etc/sysctl.d/10-ptrace.conf