mirror of
https://github.com/Dasharo/presentations.git
synced 2026-06-13 19:16:14 -07:00
dug_12: pre-commit fixes
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
./contribution-stats sync -d dasharo
|
||||
./contribution-stats list -d dasharo -r coreboot -s 01/01/2000 -e $(date +"%m/%d/%Y") -o /tmp/coreboot_stat.csv
|
||||
./contribution-stats list -d dasharo -r coreboot -s 01/01/2000 -e "$(date +"%m/%d/%Y")" -o /tmp/coreboot_stat.csv
|
||||
|
||||
echo "coreboot lines added:"
|
||||
awk -F';' '{sum += $6} END {print sum}' /tmp/coreboot_stat.csv
|
||||
|
||||
@@ -20,7 +20,6 @@ class: text-center
|
||||
- 📚 **Historical Record:** A resource for 3mdeb, future customers, and the privacy/security community.
|
||||
- 📈 **Explore Business Model:** Learn from our open-source firmware journey, including potential pitfalls.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
---
|
||||
|
||||
@@ -45,4 +45,3 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user