mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
feat: initial commit for 100.dathere.com and first exercise
This commit is contained in:
commit
86f90af434
35 changed files with 860 additions and 0 deletions
14
postBuild
Normal file
14
postBuild
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
pip install bash_kernel
|
||||
python -m bash_kernel.install
|
||||
|
||||
mkdir path_files
|
||||
export PATH=/home/jovyan/path_files:$PATH
|
||||
cd path_files
|
||||
curl -LO https://github.com/jqnatividad/qsv/releases/download/0.128.0/qsv-0.128.0-x86_64-unknown-linux-gnu.zip
|
||||
unzip qsv-0.128.0-x86_64-unknown-linux-gnu.zip
|
||||
rm qsv*
|
||||
cd ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue