6 lines
142 B
Bash
6 lines
142 B
Bash
#!/bin/bash
|
|
|
|
# Just found this better than remembering the freeze command.
|
|
# This is beyond silly.
|
|
# Okay, bye!
|
|
pip3 freeze > requirements.txt |