mirror of
https://github.com/leandromoreira/digital_video_introduction.git
synced 2026-01-08 06:04:00 -05:00
add shebangs to shell scripts
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
EXITED=$(docker ps -q -f status=exited)
|
||||
DANGLING=$(docker images -q -f "dangling=true")
|
||||
DANGLING_VOLUME=$(docker volume ls -qf "dangling=true")
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
./s/ffmpeg -y -i /files/v/bunny_1080p_60fps.mp4 -ss 00:01:24 -t 00:00:10 /files/v/small_bunny_1080p_60fps.mp4
|
||||
./s/ffmpeg -y -i /files/v/bunny_1080p_30fps.mp4 -ss 00:01:24 -t 00:00:10 /files/v/small_bunny_1080p_30fps.mp4
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
wget -O v/bunny_1080p_60fps.mp4 http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_normal.mp4
|
||||
wget -O v/bunny_1080p_30fps.mp4 http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker run --rm -p 8888:8888 -v $(pwd):/home/jovyan/work jupyter/scipy-notebook
|
||||
|
||||
Reference in New Issue
Block a user