tvk
This commit is contained in:
parent
4c1f99476a
commit
93961c1d4c
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
mps kur python
|
||||
curl https://bootstrap.pypa.io/get-pip.py | python -
|
||||
mps kur python3
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/bash
|
||||
[ -f `type -p asciinema` ] && pip3 install asciinema
|
||||
echo "Terminal Video Kayit"
|
||||
asciinema rec -t "$1"
|
||||
|
|
Loading…
Reference in New Issue