cat /etc/fstab
lsblk
mount /dev/diski /nereye
vi /etc/fstab
curl -s "https://api.twitter.com/1.1/tweet...json" \
-H "authorization: Bearer TOKEN_HASH_BURAYA" \
-H "content-type: application/json" \
-d "query=from:username%2Flang=eng&maxResults=100&fromDate=timestamp1&toDate=timestamp2" \
-X POST \
>cikti.json 2>&1
curl -s "https://api.twitter.com/1.1/tweet...json" ^
-H "authorization: Bearer TOKEN_HASH_BURAYA" ^
-H "content-type: application/json" ^
-d "query=from:username%2Flang=eng&maxResults=100&fromDate=timestamp1&toDate=timestamp2" ^
-X POST ^
>cikti.json 2>&1