forked from MIrrors/bin
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41900eaeee | ||
|
|
1115bbc937 |
@@ -3,7 +3,7 @@ a paste bin.
|
|||||||
|
|
||||||
A paste bin that's actually minimalist. No database requirement, no commenting functionality, no self-destructing or time bomb messages and no social media integration—just an application to quickly send snippits of text to people.
|
A paste bin that's actually minimalist. No database requirement, no commenting functionality, no self-destructing or time bomb messages and no social media integration—just an application to quickly send snippits of text to people.
|
||||||
|
|
||||||
[bin](https://bin.doyle.la/) is written in Rust in around 100 lines of code. It's fast, it's simple, there's code highlighting and you can ⌘+A without going to the 'plain' page. It's revolutionary in the paste bin industry, disrupting markets and pushing boundaries never seen before.
|
[bin](https://bin.doyle.la/) is written in Rust in around 200 lines of code. It's fast, it's simple, there's code highlighting and you can ⌘+A without going to the 'plain' page. It's revolutionary in the paste bin industry, disrupting markets and pushing boundaries never seen before.
|
||||||
|
|
||||||
##### so how do you get bin?
|
##### so how do you get bin?
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ main() {
|
|||||||
|
|
||||||
cross rustc --bin bin --target $TARGET --release -- -C lto
|
cross rustc --bin bin --target $TARGET --release -- -C lto
|
||||||
|
|
||||||
strip target/$TARGET/release/bin
|
[ "$TARGET" == "arm-unknown-linux-gnueabi" ] || [ "$TARGET" == "x86_64-pc-windows-gnu" ] || strip target/$TARGET/release/bin
|
||||||
cp target/$TARGET/release/bin $stage/
|
cp target/$TARGET/release/bin $stage/
|
||||||
|
|
||||||
cd $stage
|
cd $stage
|
||||||
|
|||||||
Reference in New Issue
Block a user