This website requires JavaScript.
Explore
Help
Register
Sign In
me
/
offline-twitter
Watch
1
Star
0
Fork
0
You've already forked offline-twitter
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
offline-twitter
/
cmd
/
compile.sh
8 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
Add `twitter` command `download_tweet_content`
2021-08-07 17:06:39 -07:00
#!/bin/bash
set
-x
set
-e
Create first release attempt
2021-11-29 15:23:16 -08:00
go build -ldflags
=
"-s -w"
-o tw ./twitter
Add `twitter` command `download_tweet_content`
2021-08-07 17:06:39 -07:00
chmod +x tw
Reference in New Issue
Copy Permalink