commit 748e6a46e33dc0df4c7b1109deb4f3ca5db70bb2 parent ffd19f7c1fd7371390814bc8a8c9b53e971e042e Author: Antoine Amarilli <a3nm@a3nm.net> Date: Mon, 12 Jan 2026 16:11:16 +0100 no longer works Diffstat:
| cnf | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/cnf b/cnf @@ -1,7 +0,0 @@ -#!/bin/bash - -# lookup package providing a command - -command-not-found "$*" 2>&1 | cut -d"'" -f 2,4,6 | grep "'" | - tr "'" ' ' | awk 'NF == 3 {print $1,$3} NF == 2 {print $1,$2}' -