ubuntuusers.de

Script

Datum:
20. Februar 2012 11:02
Code:
1
2
3
4
5
#!/bin/bash

curl -s "$1" | \
	grep "watch?"| \
	cut -d\" -f10| \