https://github.com/bitsapien/romantic-scripts
A lol script that can be used to impress your geeky/nerdy loved ones! 🥰
https://github.com/bitsapien/romantic-scripts
Last synced: 11 days ago
JSON representation
A lol script that can be used to impress your geeky/nerdy loved ones! 🥰
- Host: GitHub
- URL: https://github.com/bitsapien/romantic-scripts
- Owner: bitsapien
- Created: 2016-02-05T07:09:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T04:03:28.000Z (over 10 years ago)
- Last Synced: 2025-03-01T15:14:16.000Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# romance-in-shell
Here's something you could use to impress your girl !
```
$ i love code
No ! you love Radha
$ i need food
C'mon, talk about love! Cause love is in the air <3
$ i love Radha
I know you do, sweety
```
###### another example : my girl is gonna be really angry on this example, but this is how we feel ;)
```
$ i love food
No ! you love code
$ i need food
C'mon, talk about love! Cause love is in the air <3
$ i love code
I know you do, sweety
```
____
## Instructions
Get the script :
```
curl -o i https://raw.githubusercontent.com/bitsapien/shell/master/i
```
Change permissions:
```
chmod 755 i
```
Optional - Setting path:
```
export PATH=$PATH:path/to/where/the/script/is
```
____
## Usage
Open up the 'i' script and change the assigned value of the `my_love` variable to your girl's name :)
```shell
# put in your girl's name here
my_love = "put-in-name-here"
```