mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cat /etc/os-release | grep "\<NAME\>" | sed "s/NAME=\"//g" | sed "s/\"//g"
|