Skip to content

Commit 80daaa0

Browse files
committed
Update all Python shebangs to use uv
1 parent 79f608b commit 80daaa0

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

bin/wsim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
#
33
# wsim
44
# David_Harris@hmc.edu 5 April 2024

examples/crypto/sha/sha256.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
# sha256.py
33
# Secure Hash Algorithm - SHA-256
44
# james.stine@okstate.edu 5 Sept 2024

examples/crypto/sha/sha512.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
# sha512.py
33
# Secure Hash Algorithm - SHA-512
44
# james.stine@okstate.edu

examples/exercises/lynn/bin/check_signatures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
"""
33
check_signatures.py
44

examples/exercises/lynn/bin/copy_riscof_elfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
"""
33
Copy RISCOF ref.elf files into lynn/tests/riscof/<extension>/<test>.elf
44

examples/exercises/lynn/bin/scan_test_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
# James Kaden Cassidy
33
# kacassidy@hmc.edu
44
# Dec 25 2025

fpga/generator/probe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
###########################################
33
## fpgaTop.sv
44
##

fpga/probe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
###########################################
33
## probe.sh
44
##

fpga/proberange

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
###########################################
33
## proberange.sh
44
##

fpga/probes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env -S uv run
22
###########################################
33
## probe.sh
44
##

0 commit comments

Comments
 (0)